Search
AwtGraphics.fillPolygon Method (Brush, Point2D[])
See Also
 






Fills the polygon defined by the specified points using the specified brush.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void fillPolygon (
    Brush brush,
    Point2D[] points
)

 Parameters

brush

points

 See Also